home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / prom0206.zip / WHATS.NEW < prev   
Text File  |  1992-02-06  |  2KB  |  56 lines

  1. PonyROM                                                       WHATS.NEW??
  2. -------------------------------------------------------------------------
  3.  
  4. Version 1.1 [02/06 18:00]
  5. -------------------------
  6. Fixed to be compatible with Wildcat's door.sys change in v3.02
  7. - Would previously say MAXIMUM FILES MARKED when used with Wildcat! v3.02
  8.  
  9. + Added in V)iew feature hook to allow use of an external viewer program.
  10.   PonyRom will look for VIEWIT.BAT in the PonyROM door directory and run
  11.   it if it is there. 
  12.  
  13.   Paramaters passed to this batch file are:  %1 = Port
  14.                                              %2 = Baud 
  15.                                              %3 = FileName
  16.  
  17. * Simple Example of * VIEWIT.BAT: DATAVIEW DATAVIEW.CFG %3
  18.  
  19.   See the sample VIEWBAT.001
  20.  
  21.   Another alternitive is to check for file extention in the VIEWIT.BAT
  22.   and pipe the file to your Node Home Directory to a text file named
  23.   VIEWIT.TXT, and PonyROM will read in this file and output it to the com
  24.   port and local screen.
  25.  
  26. * Simple Example of * VIEWIT.BAT: 
  27.  
  28.            :START
  29.            TESTFILE %3 ARC ZIP
  30.            IF ERRORLEVEL == 2 GOTO ZIP
  31.            IF ERRORLEVEL == 1 GOTO ARC
  32.            GOTO END
  33.  
  34.            :ZIP
  35.            PKZIP/V %3 > C:\WC30\WCWORK\NODE%WCNODEID%\VIEWIT.TXT
  36.            GOTO END
  37.  
  38.            :ARC
  39.            PKARC/V %3 > C:\WC30\WCWORK\NODE%WCNODEID%\VIEWIT.TXT
  40.            GOTO END
  41.  
  42.            :END
  43.  
  44.   See the sample VIEWBAT.002
  45.  
  46.            -----------------------------------------------------------
  47. NEW FILES: PONYROM.EXE, V-HELP.SCR, V-HELP.BBS, WHATS.NEW, *VIEWIT.BAT
  48.            -----------------------------------------------------------
  49.            Use this as a guide when updating files.
  50.            All other files remain the same.
  51.  
  52.  
  53. Version 1.0 [01/25 18:00]
  54. -------------------------
  55. First release.
  56.